CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DCT IDCT

搜索资源列表

  1. DCT_IDCT

    0下载:
  2. 视频编码中,二维IDCT和DCT变换-two-demension in IDCT and DCT in video coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1495
    • 提供者:apple
  1. videowatermarkDCT

    0下载:
  2. 一个基于DCT系数的视频水印嵌入程序,读取yuv文件,提取其中的若干帧,然后对每帧做DCT变换,在中低频修改系数值,然后做IDCT,再把每帧图像组成YUV格式播放。-DCT coefficients of a video-based watermark embedding program, read the yuv file, extract the number of frames, and then do each frame DCT transform coefficients in th
  3. 所属分类:VOIP program

    • 发布日期:2017-03-28
    • 文件大小:1574
    • 提供者:岳恒立
  1. dctidct

    0下载:
  2. dct and idct code for verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:2271
    • 提供者:kartik
  1. DCT-a-IDCT

    0下载:
  2. Discrete Cosine Transformation and Inverse Discrete Cosine Transformation written using C++. Helpful if you are intrested in image processing using C++.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3196
    • 提供者:alien muzik
  1. image3

    0下载:
  2. compression of images using programs with DCT transform et decompression using IDCT
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2503
    • 提供者:manou
  1. Mmedctto

    0下载:
  2. 修改过的,用线形汇编改写的DCT,QQUANT,IDCT,IQUANT,代码 -The modified, linear assembler rewritten DCT, QQUANT, IDCT, IQUANT code
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:4947
    • 提供者:海的
  1. DCTaIDCT

    1下载:
  2. 这是在VS2010平台上编写的MFC应用程序,采用单文档模式,用四种不同的方法实现图像的DCT(离散余弦变换)以及IDCT变换,支持8*8分块儿变换-This MFC application written in VS2010 platform, a single document mode, using four different methods to achieve image DCT (discrete cosine transform) and IDCT transform and s
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:26955717
    • 提供者:HY
  1. jpegDCT

    0下载:
  2. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient.
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-03
    • 文件大小:56430
    • 提供者:moon
  1. ques12

    0下载:
  2. . Write MATLAB code that will do the following. (a) Apply DCT on an image and obtain the o/p (b) On the DCT image apply quantization using standard quantiser. (8×8) (c) Apply IDCT to retain back the image. Apply Hoffman compression -. Writ
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:51425
    • 提供者:Rokibul Ahmed
  1. jpeg

    0下载:
  2. 自己写的jpeg的压缩,自己写的DCT以及IDCT,没有采用huffman编码,因为太难了,采用的是游程编码,可以直接运行,压缩比达到要求。内付文档详细说明代码。-Write your own jpeg compression, and write their own DCT and IDCT, did not use huffman coding, because too difficult, using run-length encoding, you can directly run th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:165045
    • 提供者:邓恬
  1. Image-Compression

    0下载:
  2. DCT变换1、 提取彩色图像,将图像大小限制为512* 3; 2、 提取彩色图像三个颜色分量的矩阵,每个矩阵单独处理; 3、 将矩阵分为8*8的块,做DCT变换; 4、 提取每个块的一部分DCT系数做IDCT变换,显示基本图像; 5、 再提取每个块的一部分DCT系数做DCT反变换,得到增强层1,与前一次得到的数据叠加,得到质量更好的图像。 -DCT transform
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:69688
    • 提供者:陆荣
  1. zhiluanbianhuan

    0下载:
  2. 数字水印置乱变换频域插入程序,含有置乱变换与逆置乱算法,DCT运算与IDCT运算-Digital watermarking Scrambling frequency domain insertion procedure contains scrambling transformation and inverse scrambling algorithm, DCT operation and IDCT operation
  3. 所属分类:Modem program

    • 发布日期:2017-04-08
    • 文件大小:10665
    • 提供者:wuhuiqian
  1. jpeg

    0下载:
  2. It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:57825
    • 提供者:liu ruoxue
  1. vp9_idct

    0下载:
  2. Constants and Macros used by all idct dct functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7529
    • 提供者:rvyerlen
  1. DCTAndIDCT

    0下载:
  2. 图像的DCT余弦变换(频谱变换),包括IDCT变换以及反变换。经过测试修改源代码中的笔误。包括理论。-Image DCT cosine transform (spectrum transform), comprising IDCT transform and inverse transform. Tested modify the source code of a clerical error. Including theoretical.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13225542
    • 提供者:kanyoubao
  1. exp10_3_BF537.7z

    0下载:
  2. ADSP-BF537 Experiment 10.3_BF537 2D DCT and IDCT using BF537 EZ-KIT
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1433707
    • 提供者:adenisio
  1. hw1

    0下载:
  2. 自己写的fft,iff和dct,idct变换,打开后可直接运行- My own fft and dct, can be directly run
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1626
    • 提供者:litianchu
  1. DCTcolor

    0下载:
  2. 彩色图像的DCT和IDCT变换,在vs2013运行成功-Color image DCT and IDCT transform
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3744954
    • 提供者:
  1. JPEG_DECODE

    1下载:
  2. 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的 IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-The decoder class support common JPEG file format, which is currently the most JPEG files in the f
  3. 所属分类:Graph program

    • 发布日期:2017-05-04
    • 文件大小:208259
    • 提供者:hxzg
  1. 169064

    0下载:
  2. 本代码演示了普通DCT,快速DCT,快速IDCT算法的实现-This code demonstrates common DCT, fast DCT, fast IDCT algorithm implementation,,
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:161792
    • 提供者:kmhbcilp
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com